バージョン

EnumCollectionConverter<TEnum,TCollection> クラス

列挙可能なオブジェクトのコレクションを変換するタイプ コンバーターを表します。
シンタックス
'宣言
 
Public Class EnumCollectionConverter
    (Of TEnum As {New, IConvertible, Struct},
     TCollection As {New, IList}) 
   Inherits System.ComponentModel.TypeConverter
public class EnumCollectionConverter<TEnum,TCollection> : System.ComponentModel.TypeConverter 
where TEnum: new(), IConvertible, struct
where TCollection: new(), IList
型パラメータ
TEnum
TCollection
参照